projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
178f242
)
(texinfo-font-lock-keywords): Fixed regexp for `@end' and `@item'.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Mar 1996 19:42:09 +0000
(19:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Mar 1996 19:42:09 +0000
(19:42 +0000)
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index e0e8d6395c38bc01a9b02d1f4db9f0bb7c412a73..667d32de736e2a1926a14f12cffe88d8b2e40572 100644
(file)
--- a/
lisp/textmodes/texinfo.el
+++ b/
lisp/textmodes/texinfo.el
@@
-220,7
+220,7
@@
chapter."
("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)"
2 font-lock-variable-name-face)
("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-reference-face)
- ("@\\(end\\|item
\\) *
\\(.+\\)" 2 font-lock-function-name-face keep)
+ ("@\\(end\\|item
x?\\) +
\\(.+\\)" 2 font-lock-function-name-face keep)
)
"Additional expressions to highlight in TeXinfo mode.")
\f